home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9165 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: god.bel.alcatel.be!btmpj7!ian
  2. From: ian@rsd.bel.alcatel.be (Ian Ward)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: C/C++ knocks the crap out of Ada
  5. Date: 7 Mar 1996 16:11:05 GMT
  6. Organization: Alcatel Bell Telephone
  7. Distribution: world
  8. Message-ID: <4hn1qp$6es@btmpjg.god.bel.alcatel.be>
  9. References: <4hmlca$a30@solutions.solon.com>
  10. Reply-To: ian@rsd.bel.alcatel.be
  11. NNTP-Posting-Host: btmpj7.rsd.bel.alcatel.be
  12.  
  13. Peter Seebach writes:
  14.  
  15. > They'd probably show up a lot more with industrial or embedded systems.
  16.  
  17. Good guess! In the kit I work on at the moment,
  18. I guess that at lot less than one percent of the Ada part
  19. of the software is rep. clauses. Without them, I wouldn't 
  20. be stuffed, I'm sure I could cope, but I haven't worked
  21. on a project in the last five years, where I haven't used
  22. them just a little bit. It is so relaxing to be able to just
  23. say.
  24.  
  25.    SEND (Data => COMPESSED_DATA_TYPE (uncompressed_data));
  26.  
  27. or 
  28.  
  29.    Cunningly_defined_variant_record :=
  30.       UNCHECKED_CONVERSION (READ_BYTE_ARRAY_FROM_MAILBOX);
  31.  
  32.  
  33.  
  34. Best regards,
  35. ---
  36. Ian Ward's opinions only : ian@rsd.bel.alcatel.be
  37.  
  38.